floxbox: Fix focus navigation
authorMatthias Clasen <mclasen@redhat.com>
Sun, 23 May 2021 14:25:11 +0000 (10:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 23 May 2021 15:20:00 +0000 (11:20 -0400)
commit882893259dd650ea138a845a959b19fd791f6838
treef268081c4032522230e47166df2baab665314e05
parent052917a67d7cd224c0a0204fee080737de653448
floxbox: Fix focus navigation

We want to find focusable children, so we need to look at
the focusable property, not at can-focus. This is a change
from GTK 3, where can-focus was the correct property to
look at.
gtk/gtkflowbox.c